Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strtotime
strtotime
Parses any English text date-time description to Unix timestamp
Name:
strtotime
Category:
Date and time
Programming Language:
php
One-line Description:
Parses the date or time description of any English text to a Unix timestamp.
Related
PHP7 Exception Handling Mechanism Revealed: In-Depth Analysis of PHP Exception Handling Principles and Best Practices
8
Laravel PHP Framework Learning Journey: Comprehensive Exploration and Practice
4
Notes on mysqli_stmt::$error in multithreaded or concurrent environments
4
How to Combine timezone_location_get and date_default_timezone_get Functions to Improve Timezone Information Retrieval Efficiency?
3
Similar Functions
date_timezone_get
date_timezone_get
AliasforDateTime::
date_timezone_set
date_timezone_set
DateTime::setTimezon
date_offset_get
date_offset_get
AliasforDateTime::
timezone_transitions_get
timezone_transitions_get
AliasforDateTimeZo
timezone_name_from_abbr
timezone_name_from_abbr
Returnthetimezonenam
date_default_timezone_get
date_default_timezone_get
Getthedefaulttimezon
date_parse_from_format
date_parse_from_format
Getinformationabouta
date
date
Formatlocaltime/date
Popular Articles